pappes_web_utility library

The pappes_web_utility library.

This is an awesome library. More dartdocs go here.

Classes

MyHtml
MyIFrame
MyJS
Utility functions to abstract working with the browsers JavaScript engine.

Properties

log → Logger
final

Functions

base64Decode(String val) String?
Converts val from base64 to text.
base64Encode(String val) String?