Interface BroadcastReceiverPluginBinding
public interface BroadcastReceiverPluginBinding
Binding that gives
BroadcastReceiverAware plugins access to an associated BroadcastReceiver.-
Method Summary
Modifier and TypeMethodDescriptionReturns theBroadcastReceiverthat is currently attached to theFlutterEnginethat owns thisBroadcastReceiverAwarePluginBinding.
-
Method Details
-
getBroadcastReceiver
Returns theBroadcastReceiverthat is currently attached to theFlutterEnginethat owns thisBroadcastReceiverAwarePluginBinding.
-