While plugin registration using dartPluginClass is by now possible on many platforms, it is not for Android nor iOS. This is tracked in flutter/flutter#52267, and once it is resolved, we can remove the native Android and iOS classes to also use a dartPluginClass there.
While plugin registration using
dartPluginClassis by now possible on many platforms, it is not for Android nor iOS. This is tracked in flutter/flutter#52267, and once it is resolved, we can remove the native Android and iOS classes to also use adartPluginClassthere.