fromPath method

Future fromPath(
  1. String filePath
)

filePath - path of the file to be loaded

Implementation

Future fromPath(String filePath) async{
  throw (" load need implement ............. ");
}