read method

Future<String?> read()

read from the secure file and returns the content. Will return null if file does not exist.

Implementation

Future<String?> read() => _plugin.read(name, androidPromptInfo);