MethodChannelEmbrace constructor
MethodChannelEmbrace({
- Platform? platform,
Constructs an instance of MethodChannelEmbrace
Implementation
MethodChannelEmbrace({Platform? platform})
: _platform = platform ?? const LocalPlatform();