handleException method

void handleException(
  1. PlatformException exception
)

Implementation

void handleException(PlatformException exception) {
  if (kDebugMode) {
    print(exception);
  }
}