Future<void> startLocalPreview(int viewId) async { await _channel.invokeMethod('startLocalPreview', {"viewId": viewId}); }