menu
s_packages package
documentation
s_universal_html/src/_sdk/html.dart
Window
atob method
atob method
dark_mode
light_mode
atob
method
String
atob
(
String
atob
)
Implementation
String atob(String atob) => utf8.decode(base64Decode(atob));
s_packages package
documentation
s_universal_html/src/_sdk/html
Window
atob method
Window class