reset static method

void reset()

Reset all mocks to default values.

Implementation

static void reset() {
  _documentsPath = '/tmp/test_documents';
  _temporaryPath = '/tmp/test_temp';
  _applicationSupportPath = '/tmp/test_support';
  _libraryPath = '/tmp/test_library';
  _cachePath = '/tmp/test_cache';
  _timezone = 'America/New_York';
  _secureStorage.clear();
  _sqfliteData.clear();
}