derive method

Future<Avatar> derive(
  1. String assetPath
)

Implementation

Future<Avatar>derive(String assetPath) {
  return _platform.derive(assetPath);
}