Future<void> setFrameRateMonitorEnabled(bool enabled) async { return await _methodChannel.invokeMethod( 'setFrameRateMonitorEnabled', enabled); }