disableSecure method

  1. @override
Future<void> disableSecure()
override

Implementation

@override
Future<void> disableSecure() async {
  web.document.body?.style.removeProperty('user-select');
  web.document.body?.style.removeProperty('-webkit-user-select');
}