end method
- LiveUpdateEndRequest request
End a Live Update. @param request The request options. @returns A Future with the result.
Implementation
Future<void> end(LiveUpdateEndRequest request) async {
await _module.channel.invokeMethod('liveUpdate#end', request.toJson());
}