fromBytes method

Future fromBytes(
  1. Uint8List bytes
)

bytes - the loaded bytes of the file

Implementation

Future fromBytes(Uint8List bytes) async{
  throw (" load need implement ............. ");
}