getLocation method

Future<Location?> getLocation(
  1. int interval
)

Implementation

Future<Location?> getLocation(int interval){
  throw UnimplementedError('platformVersion() has not been implemented.');
}