platform_views constant

MethodChannel const platform_views

A MethodChannel for controlling platform views.

See also:

Implementation

static const MethodChannel platform_views = MethodChannel(
  'flutter/platform_views',
);