subscribe static method

Future<void> subscribe(
  1. dynamic topic
)

Implementation

static Future<void> subscribe(topic) async {
  throw UnsupportedError('This method is only supported on the web platform.');
}