initialize method
Initializes the Play Integrity API with the given productId
and nonce
.
Only able to be called once.
Implementation
Future<bool> initialize(double productId, [String nonce = ""]) async {
throw UnimplementedError('initialize() has not been implemented.');
}