getMacroModeState method

Future<Map<String, dynamic>> getMacroModeState()

Get current macro mode state

Implementation

Future<Map<String, dynamic>> getMacroModeState() {
  throw UnimplementedError('getMacroModeState() has not been implemented.');
}