deviceHasReceiver method

Future<bool> deviceHasReceiver()
inherited

Calls native code to check if the device has a receiver.

Implementation

Future<bool> deviceHasReceiver() {
  throw UnimplementedError('deviceHasReceiver() has not been implemented.');
}