Get list of active calls
Future<List<dynamic>> activeCalls() async { return await FlutterCallkitIncoming.activeCalls(); }