removeInterface method

bool removeInterface(
  1. String funcName
)

代理函数,在扩展中移除 dart bridge 函数

Implementation

bool removeInterface(String funcName) => context.removeInterface(funcName);