fromBlob method

Future fromBlob(
  1. Blob blob
)

blob - a blob of the file to be loaded

Implementation

Future fromBlob(Blob blob) async{
  throw (" load need implement ............. ");
}