Interface ContentProviderPluginBinding
public interface ContentProviderPluginBinding
Binding that gives
ContentProviderAware
plugins access to an associated ContentProvider
.-
Method Summary
Modifier and TypeMethodDescriptionReturns theContentProvider
that is currently attached to theFlutterEngine
that owns thisContentProviderAwarePluginBinding
.
-
Method Details
-
getContentProvider
Returns theContentProvider
that is currently attached to theFlutterEngine
that owns thisContentProviderAwarePluginBinding
.
-