hide method

Future<void> hide()

้š่—็ป„ไปถ

Implementation

Future<void> hide() async {
  return _channel.invokeMethod("hide");
}