hostTotalsCmd method

  1. @override
Future<String?> hostTotalsCmd()
override

Implementation

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