GooglePlayCredentials constructor

const GooglePlayCredentials({
  1. required String serviceAccountJson,
})

Creates Google Play credentials from the complete service-account JSON.

Implementation

const GooglePlayCredentials({required this.serviceAccountJson});