end method

Future<bool> end()

End the call initiated by the user

Implementation

Future<bool> end() async {
  return FlutterVoipKit.endCall(this.uuid);
}