getAsset method

  1. @override
Asset getAsset(
  1. String path
)
override

Returns the Asset instance representing path. *

  • The derives must override this method.

Implementation

@override
Asset getAsset(String path) => FileAsset(File(path));