getNativeHandle method Null safety

Future<int?> getNativeHandle()

@nodoc Gets the native handle of the SDK engine.

This interface is used to retrieve the native C++ handle of the SDK engine used in special scenarios, such as registering the audio and video frame observer.

Implementation

@override
Future<int?> getNativeHandle() {
  return _invokeMethod('getNativeHandle');
}