write method

Future<void> write(
  1. String content
)

Write content of this file. Previous value will be overwritten.

Implementation

Future<void> write(String content) =>
    _plugin.write(name, content, androidPromptInfo);