initialize method
Initialize the speech-to-text service with Google Cloud credentials
Implementation
Future<bool> initialize({
required String accessToken,
String languageCode = 'en-US',
int sampleRateHertz = 16000,
}) {
throw UnimplementedError('initialize() has not been implemented.');
}