openFileFailed constant Null safety

int const openFileFailed

Unable to create a recording file. Possible reasons:

  • The app does not have write permissions. The file path does not exist.

Implementation

static const int openFileFailed = 2;