save static method

dynamic save({
  1. required String base64_string,
  2. required String file_name,
})

Implementation

static save({
  required String base64_string,
  required String file_name,
}) {
  throw 'Platform Not Supported';
}