Future<double> get heightInPixels async { final result = await _channel.invokeMethod('heightInPixels'); return result; }