allowsOnlyDebugCards static method

Future allowsOnlyDebugCards(
  1. bool isAllowed
)

Implementation

static Future allowsOnlyDebugCards(bool isAllowed) {
  return _channel.invokeMethod("allowsOnlyDebugCards", {"isAllowedOnlyDebugCards": isAllowed});
}