updateUserLocationLayerIcon method
Implementation
@override
Future<void> updateUserLocationLayerIcon(bool isEnable) async {
await _channel
.invokeMethod('map#updateUserLocationLayerIcon', <String, dynamic>{
'isEnable': isEnable,
});
}
@override
Future<void> updateUserLocationLayerIcon(bool isEnable) async {
await _channel
.invokeMethod('map#updateUserLocationLayerIcon', <String, dynamic>{
'isEnable': isEnable,
});
}