getCurrentStatus method

Future<Status?> getCurrentStatus(
  1. String deviceId
)

Implementation

Future<Status?> getCurrentStatus(String deviceId) {
  return _ncwSdkPlugin.getCurrentStatus(deviceId);
}