hangUp static method

Implementation

static Future<JitsiMeetingResponse> hangUp() async {
  return await JitsiMeetWrapperPlatformInterface.instance.hangUp();
}