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