allowMockLocations method

Future<void> allowMockLocations(
  1. bool allow
)

Android only

Implementation

Future<void> allowMockLocations(bool allow) async {
  throw UnimplementedError('allowMockLocations() has not been implemented.');
}