getRegistrations method

Future<List> getRegistrations()

Implementation

Future<List<dynamic>> getRegistrations() => Future.error(UnsupportedError(
    'Service workers are not available outside a browser context.'));