checkForRichPush method

Future<void> checkForRichPush()

Android Only Checks if rich push is available after push is opened. This method can be called anywhere in app.

Implementation

Future<void> checkForRichPush() async {
  return await _channel.invokeMethod('checkForRichPush');
}