MLCustomViewAnalyzer constructor

MLCustomViewAnalyzer()

Implementation

MLCustomViewAnalyzer() {
  _customizedViewChannel =
      const MethodChannel('$baseChannel.customized_view');
  _remoteViewChannel = const MethodChannel('$baseChannel.remote_view');
  _remoteViewChannel.setMethodCallHandler(listenCustomizedLifecycle);
}