getApplicationDocumentsDirectory method
Get the application documents directory.
アプリケーションのドキュメントディレクトリを取得します。
Implementation
@override
Future<Uri> getApplicationDocumentsDirectory() {
throw UnsupportedError(
"Application documents directory is not supported on web.");
}