setMyLocationEnabled method

Future<void> setMyLocationEnabled(
  1. bool value
)

Implementation

Future<void> setMyLocationEnabled(bool value) async {
  return _channel.invokeMethod('setMyLocationEnabled', {'isEnable': value});
}