detectFakeLocation method

Future<bool?> detectFakeLocation({
  1. bool ignoreExternalAccessory = false,
})

Implementation

Future<bool?> detectFakeLocation({bool ignoreExternalAccessory = false}) {
  throw UnimplementedError('detectFakeLocation() has not been implemented.');
}