MethodChannelEmbrace constructor

MethodChannelEmbrace({
  1. Platform? platform,
})

Constructs an instance of MethodChannelEmbrace

Implementation

MethodChannelEmbrace({Platform? platform})
    : _platform = platform ?? const LocalPlatform();