hasExternalDevices method

Future<bool> hasExternalDevices()

Check if external devices are available (iOS only)

Implementation

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