register static method

Future<String> register(
  1. String appId
)

Implementation

static Future<String> register(String appId) async {
  throw UnsupportedError('This method is only supported on the web platform.');
}