MethodChannelTse class
An implementation of TsePlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- TsePlatform
- MethodChannelTse
Constructors
Properties
- 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
-
checkPartitions(
SendPartitionModel checkPartitions) → Future< StatusModel?> -
override
-
checkStore(
) → Future< StatusModel?> -
override
-
flashHealthSummary(
) → Future< FlashHealthSummaryReturnModel?> -
override
-
GetLogMessageCertificate(
) → Future< StatusModel?> -
override
-
getMahmut(
) → Future< StatusModel?> -
override
-
getPartitions(
) → Future< GetPartitionsModel?> -
override
-
infoCustom(
) → Future< InfoCustomReturnModel?> -
override
-
infoFull(
) → Future< InfoFullReturnModel?> -
override
-
init(
) → Future< StatusModel?> -
override
-
isOnlineSdk(
) → Future< StatusModel?> -
override
-
logTimeFormat(
) → Future< StatusModel?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDrive(
SendPartitionModel checkPartitions) → Future< StatusModel?> -
override
-
signatureAlgorithm(
) → Future< StatusModel?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
transaction_finish(
TransectionParameter model) → Future< TransectionReturnModel?> -
override
-
transaction_lastResponse(
ClientParameterModel model) → Future< TransectionReturnModel?> -
override
-
transaction_listStartedTransactions(
ClientParameterModel model) → Future< TransectionListReturnModel?> -
override
-
transaction_start(
TransectionParameter model) → Future< TransectionReturnModel?> -
override
-
transaction_update(
TransectionParameter model) → Future< TransectionReturnModel?> -
override
-
tse_ctss_disable(
) → Future< StatusModel?> -
override
-
tse_ctss_enable(
) → Future< StatusModel?> -
override
-
tse_deregisterClient(
ClientParameterModel model) → Future< StatusModel?> -
override
-
tse_initialize(
) → Future< StatusModel?> -
override
-
tse_listRegisteredClients(
) → Future< CliendListReturnModel?> -
override
-
tse_registerClient(
ClientParameterModel model) → Future< StatusModel?> -
override
-
tse_runSelfTest(
ClientParameterModel model) → Future< StatusModel?> -
override
-
tse_setup(
TseSetupParameterModel model) → Future< StatusModel?> -
override
-
tse_updateTime(
) → Future< StatusModel?> -
override
-
user_login(
LoginParameterModel model) → Future< StatusModel?> -
override
-
user_logout(
LogoutParameterModel model) → Future< StatusModel?> -
override
-
version(
) → Future< StatusModel?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited