public interface BroadcastReceiverPluginBinding
BroadcastReceiverAware
plugins access to an associated BroadcastReceiver
.Modifier and Type | Method and Description |
---|---|
BroadcastReceiver |
getBroadcastReceiver()
Returns the
BroadcastReceiver that is currently attached to the FlutterEngine
that owns this BroadcastReceiverAwarePluginBinding . |
@NonNull BroadcastReceiver getBroadcastReceiver()
BroadcastReceiver
that is currently attached to the FlutterEngine
that owns this BroadcastReceiverAwarePluginBinding
.