startScanDevice method

void startScanDevice()

Implementation

void startScanDevice() async{
  await _channel.invokeMethod('startScanDevice');
  }