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