stopRemoteView method
Implementation
Future<void> stopRemoteView(String userId) async {
final params = [userId];
_callEngineSDK.Dart_CallEngineCallAPI(
'stopRemoteView'.toNativeUtf8().cast(),
jsonEncode(params).toNativeUtf8().cast(),
''.toNativeUtf8().cast());
}