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