showPush method

  1. @override
Future<void> showPush(
  1. PushEntity push
)
inherited

Implementation

@override
Future<void> showPush(PushEntity push) =>
    localNotificationsPresenter.showPush(push);