attach method
Called internally when the platform view is created.
Implementation
void attach(int viewId) {
_channel = MethodChannel('io.github.sceneview.flutter/scene_$viewId');
_disposed = false;
}
Called internally when the platform view is created.
void attach(int viewId) {
_channel = MethodChannel('io.github.sceneview.flutter/scene_$viewId');
_disposed = false;
}