Generates a new cryptographic key pair with biometric protection.
@override Future<void> generateKey(String alias) async { await _channel.invokeMethod('generateKey', { 'alias': alias, }); }