enableChildDirectedApplicationMode method
Enables child directed application mode.
Implementation
Future<void> enableChildDirectedApplicationMode() {
return methodChannel.invokeMethod('enableChildDirectedApplicationMode');
}
Enables child directed application mode.
Future<void> enableChildDirectedApplicationMode() {
return methodChannel.invokeMethod('enableChildDirectedApplicationMode');
}