@override Future<String?> hostTotalsCmd() async { final result = await methodChannel.invokeMethod<String>('hostTotalsCmd'); return result; }