enableFlagSecure method
Enables FLAG_SECURE
.
Implementation
Future<void> enableFlagSecure() async {
throw UnimplementedError('enableFlagSecure() has not been implemented.');
}
Enables FLAG_SECURE
.
Future<void> enableFlagSecure() async {
throw UnimplementedError('enableFlagSecure() has not been implemented.');
}