PickerApi class

Constructors

PickerApi()

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectFriend({required PickerFriendRequestParams params, BuildContext? context}) → Future
한 명의 친구만 선택(싱글 피커)할 수 있는 친구 피커를 화면에 표시합니다.
selectFriends({required PickerFriendRequestParams params, BuildContext? context}) → Future
여러 명의 친구를 선택(멀티 피커)할 수 있는 친구 피커를 화면에 표시합니다.
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Properties

instance PickerApi
간편한 API 호출을 위해 기본 제공되는 singleton 객체
final