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