menu
zatca_flutter package
documentation
model/csr_config.dart
CsrConfig
load static method
load static method
dark_mode
light_mode
load
static method
Future
<
CsrConfig
?
>
load
(
)
load
CsrConfig
from filesystem.
Implementation
static Future<CsrConfig?> load() async { return _loadCsrConfig(); }
zatca_flutter package
documentation
model/csr_config
CsrConfig
load static method
CsrConfig class