loadAsync method

Future loadAsync(
  1. dynamic url
)

Implementation

Future loadAsync(url) async {
  throw (" loadAsync need implement ............. ");
}