bootstrap method

Future<Map<String, dynamic>> bootstrap({
  1. required String userId,
})

Implementation

Future<Map<String, dynamic>> bootstrap({required String userId}) {
  throw UnimplementedError('bootstrap() has not been implemented.');
}