subscribeParam method

Future<Object> subscribeParam (
  1. String key
)
inherited

Implementation

Future<Object> subscribeParam(String key) async {
  throw Exception('Subscribe to param not implemented');
}