hideText static method
Implementation
static Future<void> hideText(dynamic value) async {
await _channel.invokeMethod(Constants.caseHideText, {Constants.key: value});
}
static Future<void> hideText(dynamic value) async {
await _channel.invokeMethod(Constants.caseHideText, {Constants.key: value});
}