FlutterでUnit testを書く際に、MethodChannelを使用しているとこのようなエラーがでます。 package:flutter/src/services/platform_channel.dart 308:7 MethodChannel._invokeMethod MissingPluginException(No implementation found for method updateBadgeCount on channel [author/package_name]) その
Read more