MethodChannelCs50sdkupdate class
An implementation of Cs50sdkupdatePlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- Cs50sdkupdatePlatform
- MethodChannelCs50sdkupdate
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
-
getDeviceId(
) → Future< String?> -
override
-
getOSVersion(
) → Future< String?> -
inherited
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openPicc(
) → Future< void> -
override
-
piccApduCmd(
List< int> pucInput) → Future<String?> -
override
-
piccCheck(
) → Future< String?> -
override
-
piccClose(
) → Future< void> -
override
-
piccCommand(
List< int> apduSend) → Future<String?> -
override
-
piccHwModeSet(
int mode) → Future< String?> -
override
-
piccM1Authority(
int type, int blkNo, List< int> pwd, List<int> serialNo) → Future<String?> -
override
-
piccNfc(
List< int> nfcDataLen, List<int> technology, List<int> nfcUid, List<int> ndefMessage) → Future<String?> -
override
-
piccPolling(
) → Future< String?> -
override
-
piccRemove(
) → Future< bool> -
override
-
piccSamAv2Init(
int samSlotNo, List< int> samHostKey) → Future<String?> -
override
-
printBarcode(
String contents, int desiredWidth, int desiredHeight, String barcodeFormat) → Future< String?> -
override
-
printBmp(
Uint8List bmpData) → Future< String?> -
override
-
printCharSpace(
int x) → Future< String?> -
override
-
printCheckStatus(
) → Future< String?> -
override
-
printCutQrCodeStr(
String contents, String printTxt, int distance, int desiredWidth, int desiredHeight, String barcodeFormat) → Future< String?> -
override
-
printFeedPaper(
int step) → Future< String?> -
override
-
printGetFont(
) → Future< String?> -
override
-
printInit(
) → Future< String?> -
override
-
printInitWithParams(
int gray, int fontHeight, int fontWidth, int fontZoom) → Future< String?> -
override
-
printIsCharge(
int ischarge) → Future< String?> -
override
-
printLabLocate(
int step) → Future< String?> -
override
-
printLogo(
Uint8List logo) → Future< String?> -
override
-
printQrCode(
String contents, int desiredWidth, int desiredHeight, String barcodeFormat) → Future< String?> -
override
-
printSetAlign(
int x) → Future< String?> -
override
-
printSetBold(
int x) → Future< String?> -
override
-
printSetFont(
int asciiFontHeight, int extendFontHeight, int zoom) → Future< String?> -
override
-
printSetGray(
int nLevel) → Future< String?> -
override
-
printSetLeftIndent(
int x) → Future< String?> -
override
-
printSetLeftSpace(
int x) → Future< String?> -
override
-
printSetLineSpace(
int x) → Future< String?> -
override
-
printSetLinPixelDis(
int linDistance) → Future< String?> -
override
-
printSetMode(
int mode) → Future< String?> -
override
-
printSetReverse(
int x) → Future< String?> -
override
-
printSetSpace(
int x, int y) → Future< String?> -
override
-
printSetSpeed(
int iSpeed) → Future< String?> -
override
-
printSetUnderline(
int x) → Future< String?> -
override
-
printSetVoltage(
int voltage) → Future< String?> -
override
-
printStart(
) → Future< String?> -
override
-
printStep(
int pixel) → Future< String?> -
override
-
printStr(
String str) → Future< String?> -
override
-
sysApiVerson(
) → Future< String?> -
override
-
sysGetRand(
List< int> rnd) → Future<int?> -
override
-
sysGetVersion(
List< int> buf) → Future<int?> -
override
-
sysLogSwitch(
int level) → Future< int?> -
override
-
sysReadSN(
List< int> SN) → Future<int?> -
override
-
sysUpdate(
) → Future< int?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited