enableInputMask function

Future<bool> enableInputMask()

Implementation

Future<bool> enableInputMask() => bundle.loadLibrary().then((dynamic lib) =>
    JsInterop.safeAddScript('InputMask', bundle.buffer,
        contextCheck: 'Inputmask')!);