initialize method
Implementation
Future<void> initialize(String clientSecret, ReccoStyle style) async {
throw UnimplementedError('initialize() has not been implemented.');
}
Future<void> initialize(String clientSecret, ReccoStyle style) async {
throw UnimplementedError('initialize() has not been implemented.');
}