toMap method

Map<String, Object?> toMap()

Converts this object to a platform-channel map.

Implementation

Map<String, Object?> toMap() => <String, Object?>{
      'strength': strength.name,
      'allowDeviceCredential': allowDeviceCredential,
      'confirmationRequired': confirmationRequired,
      'invalidateKeysOnEnrollment': invalidateKeysOnEnrollment,
    };