testwebsdk static method

void testwebsdk(
  1. String parameter
)

Implementation

static void testwebsdk(String parameter) {
  // Your logic here
  print('Typed value is value: $parameter');
}