GooglePlayCredentials constructor
const
GooglePlayCredentials({
- required String serviceAccountJson,
Creates Google Play credentials from the complete service-account JSON.
Implementation
const GooglePlayCredentials({required this.serviceAccountJson});