getLocationInterval method Null safety

Future<int> getLocationInterval()

获取定位间隔

Implementation

static Future<int> getLocationInterval() async {
  return await _channel.invokeMethod('getLocationInterval');
}