fileSaveAs static method

Future fileSaveAs(
  1. List<int> bytes,
  2. String filepath
)

Implementation

static Future<dynamic> fileSaveAs(List<int> bytes, String filepath) async =>
    throw UnimplementedError();