getCurrentCameraPosition static method

Future<String> getCurrentCameraPosition()

To get the current CameraPosition for the ongoing Call

Implementation

static Future<String> getCurrentCameraPosition() {
  return FlyChatFlutterPlatform.instance.getCurrentCameraPosition();
}