getLocationInterval method Null safety
获取定位间隔
Implementation
static Future<int> getLocationInterval() async {
return await _channel.invokeMethod('getLocationInterval');
}
获取定位间隔
static Future<int> getLocationInterval() async {
return await _channel.invokeMethod('getLocationInterval');
}