coreAction static method

Future<void> coreAction(
  1. String label
)

Inform Nami platform about an important actions a user has taken in your app. This is to train and improve the performance of the machine learning.

Implementation

static Future<void> coreAction(String label) {
  return channel.invokeMethod("coreAction", label);
}