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