MethodChannelDotLottieFlutter constructor
MethodChannelDotLottieFlutter()
Implementation
MethodChannelDotLottieFlutter() {
// THIS LINE IS CRITICAL - it connects _handleMethodCall to receive calls from native
methodChannel.setMethodCallHandler(_handleMethodCall);
}