TextFormat function
Implementation
String TextFormat(
String text, [
List<Object?> args = const [],
]
) => _module.TextFormat(text, args);
String TextFormat(
String text, [
List<Object?> args = const [],
]
) => _module.TextFormat(text, args);