setLocationType method Null safety
- LocationType type
设置定位类型
type
- 定位类型
Implementation
static Future<void> setLocationType(LocationType type) async {
await _channel.invokeMethod('setLocationType', type.name);
}
设置定位类型
type
- 定位类型
static Future<void> setLocationType(LocationType type) async {
await _channel.invokeMethod('setLocationType', type.name);
}