showActivity static method

void showActivity(
  1. int type,
  2. String tag
)

Implementation

static void showActivity(int type, String tag) {
  Map values = {'type': type, 'tag': tag};
  _channel.invokeMethod("showActivity", values);
}