menu
vidinfra_player package
documentation
authentication/aes_auth.dart
AESAuthOptions typedef
AESAuthOptions typedef
dark_mode
light_mode
AESAuthOptions
typedef
AESAuthOptions
= (
{
String
?
nonce
,
int
?
nonceLength
,
int
?
timestamp
}
)
Implementation
typedef AESAuthOptions = ({int? nonceLength, int? timestamp, String? nonce});
vidinfra_player package
documentation
authentication/aes_auth
AESAuthOptions typedef
aes_auth library