uri - a uri containing the location of the file to be loaded
uri
@override Future<Uint8List?> fromNetwork(Uri uri) async{ _init(); ThreeFile? tf = await _loader.fromNetwork(uri); return tf?.data; }