MethodChannelNnsdk class

An implementation of NnsdkPlatform that uses method channels.

Inheritance

Constructors

MethodChannelNnsdk.new()

Properties

eventChannel EventChannel
final
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

actionStartEnableBDA() Future<void>
override
finishTransaction(String tid) Future<void>
override
finishUnVerifyOrders(bool isDiscard, String identifier) Future<PayResultEntity?>
override
getDeviceId() Future<String>
override
getDeviceInfo() Future<DeviceInfoEntity?>
override
getNetworkType() Future<String>
override
getSMIds() Future<Map>
override
getString(String key) Future<String?>
override
handleNativeCallFlutterEvent(dynamic data) → void
override
mergeStoreProducts(List<Map> list) Future<List<CommodityItemEntity>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onListenStreamData() → void
override
restore(String userIdentifier) Future<RestoreResultEntity>
override
saveString(String value, String key) Future<void>
override
startPay(String iosProductId, String orderId, String uuid, String userIdentifier) Future<PayResultEntity?>
override
toString() String
A string representation of this object.
inherited

Operators

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