Interface ContentProviderPluginBinding
-
public interface ContentProviderPluginBinding
Binding that givesContentProviderAware
plugins access to an associatedContentProvider
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentProvider
getContentProvider()
Returns theContentProvider
that is currently attached to theFlutterEngine
that owns thisContentProviderAwarePluginBinding
.
-
-
-
Method Detail
-
getContentProvider
@NonNull ContentProvider getContentProvider()
Returns theContentProvider
that is currently attached to theFlutterEngine
that owns thisContentProviderAwarePluginBinding
.
-
-