leave method

Future<void> leave()

Leaves the CallClient's current call, if there is one. Otherwise does nothing.

Implementation

Future<void> leave() => _platformBridge.leave(_native);