We are trying to integrate Microsoft Intune SDK in the flutter application.
The first blocker which looks interesting is Intune requires every activity to extend from MAMActivity. And on the other hand, Flutter requires that android Activity should extend from FlutterActivity.
So how to overcome this issue?