onhandleDeeplinkActionBackground method

Future<void> onhandleDeeplinkActionBackground()

Implementation

Future<void> onhandleDeeplinkActionBackground() async {
  await _channel.invokeMethod("onhandleDeeplinkActionBackground");
}