resetDismissedState static method
Reset dismissed state for ALL users (debug-only).
Implementation
static Future<void> resetDismissedState() async {
await ZeroSettleMigrationManagerStatics._channel
.invokeMethod<void>('resetDismissedState');
}