Unverified Commit db6e2061 authored by Wu Zhong's avatar Wu Zhong Committed by GitHub

Fixes typo in comments (#52408)

parent a8820992
...@@ -133,7 +133,7 @@ class PlatformViewsService { ...@@ -133,7 +133,7 @@ class PlatformViewsService {
/// Platform view factories are typically registered by plugin code. /// Platform view factories are typically registered by plugin code.
/// ///
/// The `id, `viewType, and `layoutDirection` parameters must not be null. /// The `id, `viewType, and `layoutDirection` parameters must not be null.
/// If `creationParams` is non null then `cretaionParamsCodec` must not be null. /// If `creationParams` is non null then `creationParamsCodec` must not be null.
static Future<UiKitViewController> initUiKitView({ static Future<UiKitViewController> initUiKitView({
@required int id, @required int id,
@required String viewType, @required String viewType,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment