permissionResponse method
send permission response
id beacon request id
publicKey public key of crypto account
address wallet address key of crypto account
Implementation
Future<Map> permissionResponse({
required String id,
required String? publicKey,
required String? address,
}) async {
throw UnimplementedError('permissionResponse() has not been implemented.');
}