notifyStateChange method

Future<Map?> notifyStateChange(
  1. String state,
  2. String dataJson
)

Implementation

Future<Map?> notifyStateChange(String state, String dataJson) async {
  throw UnimplementedError('notifyStateChange() has not been implemented.');

}