Interface BroadcastReceiverPluginBinding
-
public interface BroadcastReceiverPluginBinding
Binding that givesBroadcastReceiverAware
plugins access to an associatedBroadcastReceiver
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BroadcastReceiver
getBroadcastReceiver()
Returns theBroadcastReceiver
that is currently attached to theFlutterEngine
that owns thisBroadcastReceiverAwarePluginBinding
.
-
-
-
Method Detail
-
getBroadcastReceiver
@NonNull BroadcastReceiver getBroadcastReceiver()
Returns theBroadcastReceiver
that is currently attached to theFlutterEngine
that owns thisBroadcastReceiverAwarePluginBinding
.
-
-