copyAsset static method

Future<void> copyAsset(
  1. String sourcePath,
  2. String destPath
)

Implementation

static Future<void> copyAsset(String sourcePath, String destPath) async {
  // Implementation depends on how we package assets.
  // For now, we might just write string content.
}