Interface BroadcastReceiverPluginBinding
-
public interface BroadcastReceiverPluginBindingBinding that givesBroadcastReceiverAwareplugins access to an associatedBroadcastReceiver.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BroadcastReceivergetBroadcastReceiver()Returns theBroadcastReceiverthat is currently attached to theFlutterEnginethat owns thisBroadcastReceiverAwarePluginBinding.
-
-
-
Method Detail
-
getBroadcastReceiver
@NonNull BroadcastReceiver getBroadcastReceiver()
Returns theBroadcastReceiverthat is currently attached to theFlutterEnginethat owns thisBroadcastReceiverAwarePluginBinding.
-
-