fromNetwork method

Future fromNetwork(
  1. Uri uri
)

uri - a uri containing the location of the file to be loaded

Implementation

Future fromNetwork(Uri uri) async{
  throw (" load need implement ............. ");
}