unlockDevice method

Future<bool?> unlockDevice()

Implementation

Future<bool?> unlockDevice() {
  return TySmartPosApiPluginPlatform.instance.unlockDevice();
}