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