endCall method

  1. @override
Future<void> endCall(
  1. String uuid
)

Ends the call.

uuid is the unique identifier for the call.

Implementation

@override
Future<void> endCall(String uuid) => FlutterCallkitIncoming.endCall(uuid);