getCurrentSystemState method

Future<SystemState> getCurrentSystemState()

Implementation

Future<SystemState> getCurrentSystemState() {
  return core.getCurrentSystemState();
}