getAppInstanceId method

  1. @override
Future<String?> getAppInstanceId()

Retrieves the app instance id from the service.

Implementation

@override
Future<String?> getAppInstanceId() async {
  throw UnimplementedError(
    'getAppInstanceId() is not supported on web',
  );
}