forceOldApi static method

Future<void> forceOldApi()

Only valid for Android 29. The API of API 28 must be used with the property of requestLegacyExternalStorage.

Implementation

static Future<void> forceOldApi() async {
  await _plugin.forceOldApi();
}