createPlatformWebViewDataManager method

PlatformWebViewDataManager createPlatformWebViewDataManager(
  1. PlatformWebViewDataManagerCreationParams params
)

Creates a new PlatformWebViewDataManager.

This function should only be called by the app-facing package.

Implementation

PlatformWebViewDataManager createPlatformWebViewDataManager(
  PlatformWebViewDataManagerCreationParams params,
) {
  throw UnimplementedError(
    'createPlatformWebViewDataManager is not implemented on the current platform.',
  );
}