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