getFilesDir method

Future<String> getFilesDir()

Implementation

Future<String> getFilesDir() async {
  return await _channel.invokeMethod<String>('$_name/getFilesDir') ?? '';
}