ZipupSdkFlutter class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListener(
String eventName) → Future< String?> - 이벤트 리스너를 추가합니다. Flutter에서는 EventChannel의 getEventStream()을 사용하는 것이 권장됩니다.
-
close(
) → Future< String?> -
getEventStream(
) → Stream< Map< ?String, dynamic> > - SDK 이벤트 스트림을 가져옵니다. React Native의 이벤트 리스너와 유사한 기능입니다.
-
getPlatformVersion(
) → Future< String?> -
getSdkName(
) → Future< String?> -
initSdk(
String clientId, String clientSecret) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeListeners(
int count) → Future< String?> - 이벤트 리스너를 제거합니다. Flutter에서는 EventChannel의 Stream을 취소하는 것이 권장됩니다.
-
toString(
) → String -
A string representation of this object.
inherited
-
viewZipupSDK(
) → Future< String?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited