CachePathMsg constructor

CachePathMsg({
  1. String? androidAbsolutePath,
  2. String? iOSAbsolutePath,
})

Implementation

CachePathMsg({
  this.androidAbsolutePath,
  this.iOSAbsolutePath,
});