platform_views constant Null safety
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',
);