MethodChannelElginSat class
An implementation of ElginSatPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ElginSatPlatform
- MethodChannelElginSat
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
-
associarAssinatura(
{required Map< String, dynamic> assinatura}) → Future<ResponseAssinatura?> -
override
-
ativarSat(
{required Map< String, dynamic> dadosAtivacao}) → Future<ResponseAtivacao?> -
override
-
atualizarSoftware(
{required dynamic codigoAtivacao}) → Future< String?> -
override
-
bloquearSat(
dynamic codigoAtivacao) → Future< ResponseStatus?> -
override
-
cancelarVenda(
{required int numeroSessao, required String codigoAtivacao, required String chave, required String cancelamento}) → Future< ResponseNota?> -
override
-
consultarSat(
{int? numeroSessao}) → Future< ResponseStatus?> -
override
-
consultarSessao(
{required String codigoAtivacao, String? sessaoConsultar}) → Future< String?> -
override
-
consultarStatusSat(
{int? numeroSessao, required String codigoAtivacao}) → Future< ResponseStatus?> -
override
-
desbloquearSat(
String codigoAtivacao) → Future< ResponseStatus?> -
override
-
deviceInfo(
) → Future< String?> -
override
-
enviarVenda(
{required int numeroSessao, required String codigoAtivacao, required String venda}) → Future< ResponseNota?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
logSat(
String codigoAtivacao) → Future< ResponseLog?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
testeFimAFim(
{required int numeroSessao, required String codigoAtivacao, required String venda}) → Future -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited