queryOtaType property

Future<int> queryOtaType

Implementation

Future<int> get queryOtaType async {
  int type = await mConnMethodChannel.invokeMethod('queryOtaType');
  return type;
}