getCurrentCameraPosition static method
To get the current CameraPosition for the ongoing Call
Implementation
static Future<String> getCurrentCameraPosition() {
return FlyChatFlutterPlatform.instance.getCurrentCameraPosition();
}
To get the current CameraPosition for the ongoing Call
static Future<String> getCurrentCameraPosition() {
return FlyChatFlutterPlatform.instance.getCurrentCameraPosition();
}