flutter_newpos_sdk library

Classes

BluetoothDevice
CompleteTransactionResult
Class that represents the result of a successful transaction.
DeviceInfo
A class representing a device info object.
DeviceScanned
FlutterNewposSdk
The main class of this plugin. This class has all the available functions of the N98 device.
Guid
NeedingPin
PinInfo
Represents information about a PIN requirement for a specific transaction.
ReadCardInfo

Extensions

AddOrUpdate
FirstWhereOrNullExtension
RemoveWhere

Functions

getFirstResultInStream<T>(Stream<T> stream, Duration timeout) Future<T?>
getStreamFirstResultInTimeLimit<T>(Stream<T> stream, Duration timeout) Future<T?>
Returns the first result from a stream in a time limit.
getStreamResultsInTimeLimit<T>(Stream<T> stream, Duration timeout) Future<List<T>>
Returns a list of results from a stream in a time limit.

Enums

LogLevel

Exceptions / Errors

BluetoothConnectionFailed
FlutterPosException