start static method

void start()

start is used to start PIP manually.

Note: [setupPIP] is required to call before calling [startPIP].

Refer PIP mode guide here

Implementation

static void start() {
  if (_isPIPSetupDone) {
    PlatformService.invokeMethod(PlatformMethod.startPIP);
  }
}