getQposId method

Future<void> getQposId()

Implementation

Future<void> getQposId() async {
  await _methodChannel.invokeMethod('getQposId');
}