Interface ContentProviderPluginBinding
-
public interface ContentProviderPluginBindingBinding that givesContentProviderAwareplugins access to an associatedContentProvider.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentProvidergetContentProvider()Returns theContentProviderthat is currently attached to theFlutterEnginethat owns thisContentProviderAwarePluginBinding.
-
-
-
Method Detail
-
getContentProvider
@NonNull ContentProvider getContentProvider()
Returns theContentProviderthat is currently attached to theFlutterEnginethat owns thisContentProviderAwarePluginBinding.
-
-