getAndroidOptions method
Get Android Firebase options
Implementation
Map<String, String> getAndroidOptions() {
return {
'apiKey': _androidApiKey,
'appId': _androidAppId,
'messagingSenderId': _androidSenderId,
'projectId': _projectId,
'storageBucket': _storageBucket,
};
}