public interface ContentProviderPluginBinding
ContentProviderAware
plugins access to an associated ContentProvider
.Modifier and Type | Method and Description |
---|---|
ContentProvider |
getContentProvider()
Returns the
ContentProvider that is currently attached to the FlutterEngine
that owns this ContentProviderAwarePluginBinding . |
@NonNull ContentProvider getContentProvider()
ContentProvider
that is currently attached to the FlutterEngine
that owns this ContentProviderAwarePluginBinding
.