setInterCharSet method

Future<void> setInterCharSet(
  1. int n
)

Implementation

Future<void> setInterCharSet(int n) async {
  throw UnimplementedError('setInterCharSet() has not been implemented.');
}