Future<bool?> setHeaderImage(String base64) { return methodChannel.invokeMethod<bool>('setHeaderImage', base64); }