allowMockLocations method

Future<void> allowMockLocations(
  1. bool allow
)

Android only

Implementation

Future<void> allowMockLocations(bool allow) {
  return MovesdkPlatform.instance.allowMockLocations(allow);
}