Retrieves the Google AC string.
@override Future<String?> getGoogleACString() async { final googleACString = await methodChannel.invokeMethod<String>('getGoogleACString'); return googleACString; }