platform_views constant

MethodChannel const platform_views = const MethodChannel('flutter/platform_views', const StandardMethodCodec())

A MethodChannel for controlling platform views.

See also: PlatformViewsService for the available operations on this channel.

Implementation

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