initialize method

Future<bool> initialize(
  1. double productId, [
  2. String nonce = ""
])

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.');
}