Get active calls. On iOS: return active calls from Callkit. On Android: only return last call
@override Future<dynamic> activeCalls() async { return methodChannel.invokeMethod('activeCalls'); }