activeCalls method

Future<List> activeCalls()

Get list of active calls

Implementation

Future<List<dynamic>> activeCalls() async {
  return await FlutterCallkitIncoming.activeCalls();
}