enableChildDirectedApplicationMode method

Future<void> enableChildDirectedApplicationMode()

Enables child directed application mode.

Implementation

Future<void> enableChildDirectedApplicationMode() {
  return methodChannel.invokeMethod('enableChildDirectedApplicationMode');
}