test method

void test()

A simple test method that displays a toast message with "provider".

This method is used for testing purposes to verify that the provider is working correctly.

Implementation

void test() {
  showToast("provider");
}