MCPSecureStorageException constructor

MCPSecureStorageException(
  1. String message, [
  2. dynamic details
])

Implementation

MCPSecureStorageException(String message, [dynamic details])
    : super(message, 'SECURE_STORAGE_ERROR', details);