bootstrap method

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

Implementation

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