unsubscribeParam method

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

Implementation

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