fromBlob method
blob
- a blob of the file to be loaded
Implementation
Future fromBlob(Blob blob) async{
throw (" load need implement ............. ");
}
blob
- a blob of the file to be loaded
Future fromBlob(Blob blob) async{
throw (" load need implement ............. ");
}