setLocationEnableCode method
Implementation
@override
Future<String?> setLocationEnableCode(String input) async {
final version = await methodChannel
.invokeMethod<String>('setLocationEnableCode', {"code": input});
return version;
}
@override
Future<String?> setLocationEnableCode(String input) async {
final version = await methodChannel
.invokeMethod<String>('setLocationEnableCode', {"code": input});
return version;
}