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