addMarkerCustomMarker method
Implementation
Future<void> addMarkerCustomMarker(double latitude,double longitude, int width, int height) async {
return _channel.invokeMethod('addMarkerCustomMarker', {'latitude': latitude,'longitude':longitude , 'width': width, 'height':height});
}