add_Dismissed method

  1. @override
int add_Dismissed(
  1. Pointer<NativeFunction<TypedEventHandler>> handler
)

Implementation

@override
int add_Dismissed(Pointer<NativeFunction<TypedEventHandler>> handler) =>
    _iToastNotification.add_Dismissed(handler);