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