@override Future<void> disableLiveData(String domainType) { return mapControlMethodChannel .invokeMethod("MPC_disableLiveData", {"domainType": domainType}); }