fromFile method

Future fromFile(
  1. File file
)

file - the file to be loaded

Implementation

Future fromFile(File file) async{
  throw (" load need implement ............. ");
}