getOtherEventsContext static method

Future<SelfDescribing> getOtherEventsContext()

Implementation

static Future<SelfDescribing> getOtherEventsContext() async {
  return _createContext('product/jsonschema/1-1-0', {'type': 'other'});
}