broadCastReceiverIntent method
Implementation
Future<String?> broadCastReceiverIntent(String action, String payload) {
// ignore: avoid_print
print("instance of intentHandlerPlatform for broadCastReceiverIntent------");
return IntenthandlerPlatform.instance.broadCastIntent({
"action":action,
"payload":payload
});
}