getFailureReportFolderPath method

Future<String?> getFailureReportFolderPath()

Officially Supported Platforms/Implementations:

Use the PlatformWebViewEnvironment.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<String?> getFailureReportFolderPath() =>
    platform.getFailureReportFolderPath();