menu
snapshot_guard package
documentation
snapshot_guard_platform_interface.dart
SnapshotGuardPlatform
toggleGuard method
toggleGuard method
dark_mode
light_mode
toggleGuard
method
Future
<
bool
?
>
toggleGuard
(
)
Implementation
Future<bool?> toggleGuard() { throw UnimplementedError('toggleGuard() has not been implemented.'); }
snapshot_guard package
documentation
snapshot_guard_platform_interface
SnapshotGuardPlatform
toggleGuard method
SnapshotGuardPlatform class