setLabelOptions method
Implementation
@override
Future<void> setLabelOptions(num? textSize, String? color, bool showHalo) {
return mapControlMethodChannel.invokeMethod("MPC_setLabelOptions",
{"textSize": textSize?.round(), "color": color, "showHalo": showHalo});
}